home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / funny_baseball.swf / scripts / DefineSprite_238 / frame_10 / DoAction.as
Text File  |  2006-11-13  |  218b  |  14 lines

  1. if(_parent._parent.step == 1)
  2. {
  3.    this.BBB = 30 + _parent.Ball_num;
  4. }
  5. else if(_parent._parent.step == 2)
  6. {
  7.    this.BBB = 60 + _parent.Ball_num;
  8. }
  9. else
  10. {
  11.    this.BBB = 150 + _parent.Ball_num;
  12. }
  13. Ball_xy();
  14.